home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / aix41 / events.z / events / config / AgentENL.config
Text File  |  1998-06-30  |  1KB  |  50 lines

  1. #############################################################################
  2. #
  3. # Default Agent Configuration File
  4. #
  5. #    This file allows MANAGERS to be specified.  This is used to
  6. #    specify which managers will be receiving which traps.
  7. #
  8. #    Also, COMMUNITYs can be specified. This allows that agent to
  9. #    be configured such that it will only except requests from
  10. #    certain managers and with certain community strings.
  11. #
  12. # GRAMMAR:
  13. #     MANAGER        manager
  14. #             [SEND [ALL | NO ] TRAPS
  15. #                 [TO PORT <#>]
  16. #                 [WITH COMMUNITY <name>]]
  17. #     COMMUNITY    <name>
  18. #             ALLOW op [,op]* [OPERATIONS]
  19. #             [MEMBERS         <manager> [,<manager>]* ]
  20. #     manager ::=    <hostname> | ipaddr   
  21. #                 where: hostname is defined in /etc/hosts
  22. #     ipaddr ::=    <a.b.c.d>
  23. #     op ::=         ALL | GET | SET | TRAP
  24. #
  25. #
  26. # Simple Set up :
  27. #
  28. #     1. for MANAGER, change 'localhost' to the name of the host that you 
  29. #        would like SNMP TRAP messages sent to.  It must be a host that 
  30. #        is running a network management application.
  31. #
  32. #     2. change 'public' to the approprite SNMP community name used by
  33. #        those you wish to give full access rights to.
  34. #     3. either remove the MEMBERS clause, or uncomment and edit the list
  35. #        of hostnames given.
  36. #          
  37.  
  38. MANAGER        localhost
  39.         SEND ALL TRAPS
  40.  
  41. COMMUNITY    public
  42.         ALLOW ALL OPERATIONS
  43. #        MEMBERS netman1 , netman2 , netman5
  44.  
  45.